home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / d.t.p / utils / others / pcal / readme.amiga < prev    next >
Text File  |  1994-02-13  |  915b  |  23 lines

  1. While testing the program, I noticed one thing that about the amiga version
  2. that was not immediately obvious from the documentation... the calendar
  3. files (if used) default to being located in the s: directory and have 
  4. different names than the Unix counterparts as shown by the following
  5. excerpt from pcaldefs.h
  6.  
  7. #define HOME_DIR    "RAM:"
  8. #define DATEFILE    "s:calendar.dat"
  9. #define MOONFILE    "s:.moon%y"    /* '%y' replaced with year */
  10. #define DEFAULT_OUTFILE    "RAM:calendar.ps"
  11.  
  12. After discovering the correct name for the data file, I did not investigate
  13. further as to whether or not the other path searching options mentioned in
  14. the documentation were supported. 
  15.  
  16. To eliminate confusion, I renamed the sample calendar file appropriately...
  17.  
  18. The supplied iff file is example output of calendar.dat by running 
  19. through "Post" and saving as an IFF file.  (Course it looks much better 
  20. on paper! ;)
  21.  
  22. -Fred  ><>
  23.  14-Feb-94